String Schema
CabinClassType Simple Type
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
CabinClassType Restriction of xs:string
Facets
EnumerationFirst
EnumerationBusiness
EnumerationEconomy
EnumerationPremiumEconomy
Source
<xs:simpleType name="CabinClassType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="First" />
    <xs:enumeration value="Business" />
    <xs:enumeration value="Economy" />
    <xs:enumeration value="PremiumEconomy" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.